home *** CD-ROM | disk | FTP | other *** search
/ Explorers of the New World / Explorers of the New World.iso / pc / exdata.dir / 00753.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  341 b   |  16 lines

  1. on setBGColor
  2.   set firstdataCast to 301
  3.   set lastDataCast to 438
  4.   repeat with c = firstdataCast to lastDataCast
  5.     set the backColor of cast c to 1
  6.   end repeat
  7. end
  8.  
  9. on setFGColor
  10.   set firstdataCast to 301
  11.   set lastDataCast to 438
  12.   repeat with c = firstdataCast to lastDataCast
  13.     set the foreColor of cast c to 221
  14.   end repeat
  15. end
  16.